From 976f25551721e5ae74abc689cc828a9c7eb6e63f Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 26 Aug 2014 17:21:15 -0700 Subject: [PATCH] Print out the rustc version before each build --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index b88e3f477..c9de8ceab 100644 --- a/Makefile.in +++ b/Makefile.in @@ -64,6 +64,7 @@ all: $(foreach target,$(CFG_TARGET),cargo-$(target)) define CARGO_TARGET cargo-$(1): $$(CARGO) + $$(CFG_RUSTC) -v $$(CARGO) build --target $(1) $$(OPT_FLAG) $$(ARGS) endef $(foreach target,$(CFG_TARGET),$(eval $(call CARGO_TARGET,$(target)))) -- 2.30.2